home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Dynamic Graphics Magazine (Alt)
/
Dynamic Graphics Magazine (Version B).iso
/
pc
/
dgm
/
t_runner.dir
/
00189.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-03-25
|
311 b
|
17 lines
on mouseDown
set pressedBtn to hBtnToggle(15, 197, 198)
if pressedBtn = 1 then
sound stop 1
sound stop 2
puppetSound("HELP")
updateStage()
repeat while soundBusy(1)
if the mouseDown then
exit repeat
end if
end repeat
puppetSound(0)
go(#next)
end if
end